Skip to content

[Security hardening] Add automated security audit workflow#2442

Open
PascalThuet wants to merge 1 commit intogithub:mainfrom
PascalThuet:codex/add-security-audit-workflow
Open

[Security hardening] Add automated security audit workflow#2442
PascalThuet wants to merge 1 commit intogithub:mainfrom
PascalThuet:codex/add-security-audit-workflow

Conversation

@PascalThuet
Copy link
Copy Markdown
Contributor

Summary

Security context

This creates a repeatable baseline so dependency advisories and high-severity static-analysis issues are caught in CI.

Closes #2438

Validation

  • git diff --check
  • uvx pip-audit . --progress-spinner off
  • uvx bandit -r src -lll --skip B602
  • rg -n "uses: [^@]+@v[0-9]" .github/workflows/security.yml

@PascalThuet PascalThuet marked this pull request as ready for review May 2, 2026 06:45
@PascalThuet PascalThuet requested a review from mnriem as a code owner May 2, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Security hardening] Add automated security audit checks for Python dependencies and static analysis

1 participant